:bug: Fix Bug: Python2.x unicode

huangqimin001 3 years ago
parent
commit
e2bc74bfde
1 changed files with 1 additions and 0 deletions
  1. 1 0
      kodo/oauth_settings.py

+ 1 - 0
kodo/oauth_settings.py

@@ -208,6 +208,7 @@ def DJANGO_WE_COMPONENT_CALLBACK_FUNC(request, appid, data, decrypted=None):
208 208
                         storage=RedisStorage(r)
209 209
                     )
210 210
 
211
+
211 212
 def DJANGO_WE_REDIS_OBJ_FUNC(request):
212 213
     """ WeChat Redis Object Callback Func """
213 214
     from utils.redis.connect import r